home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / accuhash / ah2setup.exe / {app} / accuhash.exe / 0 / RCDATA / TREGFORM / TREGFORM.txt
Text File  |  2004-09-13  |  4KB  |  230 lines

  1. object RegForm: TRegForm
  2.   Left = 264
  3.   Top = 188
  4.   AutoScroll = False
  5.   Caption = 'Registration'
  6.   ClientHeight = 256
  7.   ClientWidth = 392
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCloseQuery = TntFormCloseQuery
  17.   OnShow = EditChange
  18.   DesignSize = (
  19.     392
  20.     256)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object LicShape: TShape
  24.     Left = 120
  25.     Top = 104
  26.     Width = 265
  27.     Height = 105
  28.     Brush.Color = clInfoBk
  29.   end
  30.   object NameLabel: TTntLabel
  31.     Left = 8
  32.     Top = 8
  33.     Width = 87
  34.     Height = 13
  35.     Caption = 'Registration Name'
  36.   end
  37.   object Label1: TTntLabel
  38.     Left = 79
  39.     Top = 76
  40.     Width = 3
  41.     Height = 13
  42.     Caption = '-'
  43.   end
  44.   object Label2: TTntLabel
  45.     Left = 156
  46.     Top = 76
  47.     Width = 3
  48.     Height = 13
  49.     Caption = '-'
  50.   end
  51.   object Label3: TTntLabel
  52.     Left = 233
  53.     Top = 76
  54.     Width = 3
  55.     Height = 13
  56.     Caption = '-'
  57.   end
  58.   object Label4: TTntLabel
  59.     Left = 310
  60.     Top = 76
  61.     Width = 3
  62.     Height = 13
  63.     Caption = '-'
  64.   end
  65.   object CodeLabel: TTntLabel
  66.     Left = 8
  67.     Top = 56
  68.     Width = 84
  69.     Height = 13
  70.     Caption = 'Registration Code'
  71.   end
  72.   object InfoLabel: TTntLabel
  73.     Left = 124
  74.     Top = 108
  75.     Width = 257
  76.     Height = 61
  77.     AutoSize = False
  78.     Caption = 
  79.       'Unlocking all of the features required registration key. If you ' +
  80.       'already have one, simply fillout the fields above. If you don'#39't ' +
  81.       'have registration code yet, press the  "Get regcode Now!" button' +
  82.       '. License type:'
  83.     Color = clInfoBk
  84.     ParentColor = False
  85.     ShowAccelChar = False
  86.     Transparent = True
  87.     WordWrap = True
  88.   end
  89.   object HardLabel: TTntLabel
  90.     Left = 8
  91.     Top = 136
  92.     Width = 63
  93.     Height = 13
  94.     Caption = 'Hardware ID:'
  95.   end
  96.   object LicLabel: TTntLabel
  97.     Left = 124
  98.     Top = 168
  99.     Width = 257
  100.     Height = 41
  101.     Alignment = taCenter
  102.     AutoSize = False
  103.     Caption = 'Invalid license'
  104.     Font.Charset = DEFAULT_CHARSET
  105.     Font.Color = clWindowText
  106.     Font.Height = -11
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = [fsBold]
  109.     ParentFont = False
  110.     Transparent = True
  111.     WordWrap = True
  112.   end
  113.   object NameEdit: TTntEdit
  114.     Left = 8
  115.     Top = 24
  116.     Width = 376
  117.     Height = 21
  118.     Anchors = [akLeft, akTop, akRight]
  119.     TabOrder = 0
  120.     OnChange = EditChange
  121.   end
  122.   object Edit1: TEdit
  123.     Left = 8
  124.     Top = 72
  125.     Width = 68
  126.     Height = 21
  127.     MaxLength = 5
  128.     TabOrder = 1
  129.     OnChange = EditChange
  130.     OnKeyPress = EditKeyPress
  131.   end
  132.   object Edit2: TEdit
  133.     Left = 85
  134.     Top = 72
  135.     Width = 68
  136.     Height = 21
  137.     MaxLength = 5
  138.     TabOrder = 2
  139.     OnChange = EditChange
  140.     OnKeyPress = EditKeyPress
  141.   end
  142.   object Edit3: TEdit
  143.     Left = 162
  144.     Top = 72
  145.     Width = 68
  146.     Height = 21
  147.     MaxLength = 5
  148.     TabOrder = 3
  149.     OnChange = EditChange
  150.     OnKeyPress = EditKeyPress
  151.   end
  152.   object Edit4: TEdit
  153.     Left = 239
  154.     Top = 72
  155.     Width = 68
  156.     Height = 21
  157.     MaxLength = 5
  158.     TabOrder = 4
  159.     OnChange = EditChange
  160.     OnKeyPress = EditKeyPress
  161.   end
  162.   object Edit5: TEdit
  163.     Left = 316
  164.     Top = 72
  165.     Width = 68
  166.     Height = 21
  167.     MaxLength = 5
  168.     TabOrder = 5
  169.     OnChange = EditChange
  170.     OnKeyPress = EditKeyPress
  171.   end
  172.   object OKButton: TTntButton
  173.     Left = 8
  174.     Top = 220
  175.     Width = 75
  176.     Height = 25
  177.     Caption = 'OK'
  178.     Default = True
  179.     Enabled = False
  180.     ModalResult = 1
  181.     TabOrder = 9
  182.   end
  183.   object CancelButton: TTntButton
  184.     Left = 96
  185.     Top = 220
  186.     Width = 75
  187.     Height = 25
  188.     Cancel = True
  189.     Caption = 'Cancel'
  190.     ModalResult = 2
  191.     TabOrder = 10
  192.   end
  193.   object GetButton: TTntButton
  194.     Left = 8
  195.     Top = 184
  196.     Width = 97
  197.     Height = 25
  198.     Caption = 'Get regcode Now!'
  199.     TabOrder = 8
  200.     OnClick = GetButtonClick
  201.   end
  202.   object HardEdit: TTntEdit
  203.     Left = 8
  204.     Top = 154
  205.     Width = 97
  206.     Height = 21
  207.     CharCase = ecUpperCase
  208.     ReadOnly = True
  209.     TabOrder = 7
  210.     Text = 'XXXX-XXXX'
  211.   end
  212.   object PasteButton: TTntButton
  213.     Left = 8
  214.     Top = 104
  215.     Width = 97
  216.     Height = 25
  217.     Caption = 'Paste regcode'
  218.     TabOrder = 6
  219.     OnClick = PasteButtonClick
  220.   end
  221.   object CryptBox: TCheckBox
  222.     Left = 184
  223.     Top = 224
  224.     Width = 161
  225.     Height = 17
  226.     Caption = 'Store regcode crypted'
  227.     TabOrder = 11
  228.   end
  229. end
  230.